.foot {
    width: 100%;
    background: #252525;
    padding-bottom: 15px;
    display: table;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.ft_det {
    margin-top: 45px;
    display: table;
    height: auto;
}

.clearfix {
    *zoom: 1;
}
#toyongbtm_last_p {
    text-align: center;
    color: #cecaca;
    margin-top: 21px;
    border-top: 1px solid #cecaca;
    padding-top: 15px;
    display: block;
    font-size: 14px;
}
#toyongbtm_last_p a {
    color: #cecaca !important;
    padding: 0 5px;
}
#toyongbtm_last_p a:hover{
    color: #fff;
}
.ft_det .info {
    width: 230px;
}
.info ul li{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}
.info ul li a img{
    width: 100%;
}
.fl {
    float: left;
    width: 17.2%;
}
.ft_det .info .smlogo {
    max-width: 211px;
    padding-bottom: 15px;
}

img {
    border: 0;
    vertical-align: middle;
}
.ft_det .info .tel:first-child{
    font-size: 20px;
}
.ft_det .info .tel:nth-child(2) {
    margin-top: 15px;
}
.ft_det .info .tel {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    padding-right: 10px;
}
.ft_det .info .time {
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
}
.ft_det .col {
    padding-left: 10px;
    min-height: 170px;
    border-left: 1px dashed #888888;
}
.ft_det .col .lks {
}
.ft_det .col .lks a {
    font-size: 14px;
    color: #888888;
    display: block;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    width: 95%;
}
.ft_det .col .lks a:hover{
    color: #fff;
}
.ft_det .col .tit {
    font-size: 16px;
    color: #c7c7c7;
    margin-top: 0;
    margin-bottom: 15px;
}
.ft_det .col .tit a{
    color:#fff;
}
.ft_det .vx {
    border-left: 1px dashed #888888;
    padding-left: 25px;
}
.ft_det .vx dl:nth-child(2n+1) {
    margin-left: 0;
}

.ft_det .vx dl {
    margin-left: 40px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.fr {
    float: right;
}
.ft_det .vx dl dd {
    margin-left: 0;
}
.ft_det .vx .fz {
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
    text-align: center;
}
.ft_det .vx .pic {
    width: 150px;
}


/*head*/
.wrap {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 112;
}
.wrap_top {
    /* padding-top: 6px; */
    /* background: #f7f7f7; */
    width: 100%;
    height: 24px;
    font-size: 12px;
    color: #333;
    line-height: 31px;
    /* border-bottom: #eee 1px solid; */
}
.wrap_top .top_con {
    width: 1200px;
    margin: 0 auto;
    color: #333333;
    position: relative;
}
.top_con p {
    float: right;
    text-align: right;
    padding-left: 30px;
    color: #999;
    position: absolute;
    right: 9px;
    background-size: 10%;
    top: 0;
    transition: all 0.3s;
}
.top_con p img{
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    animation: headanim 0.5s ease 0s infinite;
    -webkit-animation: headanim 0.5s ease 0s infinite;
    -moz-animation: headanim 0.5s ease 0s infinite;
    -o-animation: headanim 0.5s ease 0s infinite;
}
.top_con p span {
    color:#e09f4b;
    font-size: 19px;
}
.clear {
    clear: both;
}
/*.nav {
    z-index: 9999;
    height: 60px;
    width: 100%;
    padding: 10px 0;
    background-color: #FFFFFF;
    text-align: left;
    border-bottom: solid 1px #e5e5e5;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%);
}*/
.nav ul{
    width: 1200px;
    margin: 0 auto;
    /*margin-top: 10px;*/
    position: relative;
    display: table;
    height: auto;
}
.nav ul .logo {
    position: absolute;
    z-index: 999;
    top: -24px;
    width:40%;
}
/*.logo a img {
    width: 40%;
    margin-right: 15px;
    margin-top: 20px;
}*/
.nav ul .logo h1 {
    width:220px;
    border-left: solid 1px #eee;
    margin-top: 24px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    display: inline-block;
    float: left;
    line-height: 20px;
    font-family: "Microsoft YaHei", 寰蒋闆呴粦;
}
.nav ul li {
    height: 60px;
    line-height: 50px;
    float: right;
    padding: 0 5px;
    margin-left: 20px;
    position: relative;
}

.nav ul li.menuon a {
    color: #e09f4b;
}
.nav ul li:hover:after{
    width: 60%;
    height: 2px;
}
.nav ul li .nav_dl:hover{
    display: block;
}
.nav ul li .nav_dl {
    width: 120px;
    border-radius: 3px;
    position: absolute;
    top:98%;
    left: 36%;
    transform: translateX(-50%);
    display: none;
    padding-top: 7px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav ul li:nth-child(2):hover .nav_dl,
.nav ul li:nth-child(3):hover .nav_dl,
.nav ul li:nth-child(5):hover .nav_dl,
.nav ul li:nth-child(6):hover .nav_dl {
    display: block;
}
.nav ul li .nav_dl:before {
    top: 0;
    left: 62%;
    transform: translateX(-50%);
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.nav ul li .nav_dl dl {
    width: 100%;
    background-color: #fff;
    padding: 10px 14px;
    box-shadow: 0px 0px 20px 0px rgb(4 0 0 / 10%);
    margin-top:0;
}
.nav ul li .nav_dl dl dt {
    padding: 2px 0;
    width: 100%;
    text-align: center;
    line-height: 32px;
}
.nav ul li .nav_dl dl dt a {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    width: 100%;
    transition: all .4s;
}
.nav ul li .nav_dl dl dt a:hover{
    color: #ec6900;
}
.nav ul li a {
    color: #000;
    /* font-family: 'SourceHanSansCN-Normal'; */
    font-family: "Microsoft YaHei", 寰蒋闆呴粦;
    font-size: 18px;
    text-decoration: none;
}
.nav ul li:hover a{
    color: #fff;
}
.nav ul li span {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: #ec6900;
    top: 40px;
    left: 50%;
}
.auto>p:last-child{
    text-align: center;
    color: #cecaca;
    margin-top: 10px;
    font-size: 12px;
}
.auto>p:last-child a{
    position: relative;
    color: #cecaca !important;
    font-size: 14px;
}
.auto>p:last-child a img{
    position: absolute;
    left: -20px;
    width: 16px;
    top: 2px;
}
.nav ul li.menuon:after{
    width: 60%;
    height: 2px;
}
/*head end*/

